OCRParagraphJustification Enumeration
In This Topic
Specifies a paragraph justification.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum OCRParagraphJustification
Inherits System.Enum
[ComVisible(true)]
public enum OCRParagraphJustification : System.Enum
public enum OCRParagraphJustification = class(System.Enum)
ComVisibleAttribute()
public enum OCRParagraphJustification extends System.Enum
[ComVisible(true)]
__value public enum OCRParagraphJustification : public System.Enum
[ComVisible(true)]
public enum class OCRParagraphJustification : public System.Enum
Members
Member | Value | Description |
Center | 2 | The text lines of the paragraph are centered about a line going down through the middle of the text lines. |
Left | 1 | Each line, except possibly the first, is flush with the same left tab stop. |
Right | 3 | Each line, except possibly the first, is flush with the same right tab stop. |
Unknown | 0 | The alignment is not quite clear. This can happen, if there are only one or two lines of text or
the text looks like source code or poetry. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.OCRParagraphJustification
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace